GtkWindow: set mnemonics visible on focus in if modifier is pressed
authorRui Matos <tiagomatos@gmail.com>
Wed, 13 Apr 2011 10:26:55 +0000 (11:26 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2011 18:10:23 +0000 (14:10 -0400)
commit6889d5b00893746a4ca19f4fa39ce54ee7dc7d88
tree9dc6119b8e1bc3bd670e8f0988438c6c1423b136
parentd543a9c6f9329ad793f90be678d113a12f6fb20e
GtkWindow: set mnemonics visible on focus in if modifier is pressed

With gtk-auto-mnemonics on, we hide mnemonics on focus out. We should also
check if the modifier is pressed on focus in and if so, show mnemonics again.

https://bugzilla.gnome.org/show_bug.cgi?id=618815
gtk/gtkwindow.c